libxc: add libxc support for setting grant table resource limits
authorJuergen Gross <jgross@suse.com>
Thu, 28 Sep 2017 09:06:43 +0000 (11:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 28 Sep 2017 09:06:43 +0000 (11:06 +0200)
commit99a702a5b9687e45565eb05a3ff5698818f65898
tree11f2640a58f70aaf6d026e5203c87b068b1d0e37
parent99aa29574288d38ff7a4e9f9889fa7133e9910cd
libxc: add libxc support for setting grant table resource limits

Add a new libxc function xc_domain_set_gnttbl_limits() setting the
limits for the maximum numbers of grant table frames and maptrack
frames of a domain.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_domain.c